google.golang.org/grpc/internal/transport.itemList.peek (method)
4 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L74: func (il *itemList) peek() any {
controlbuf.go#L952: dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
controlbuf.go#L974: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
controlbuf.go#L1048: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // The next item is trailers.
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)